@charset "utf-8";

@font-face {
  font-family: 'SourceHanSansCN-Regular';
  font-display: swap;
  src: url('//at.alicdn.com/t/webfont_x0psfw910r.eot'); /* IE9*/
  src: url('//at.alicdn.com/t/webfont_x0psfw910r.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('//at.alicdn.com/t/webfont_x0psfw910r.woff2') format('woff2'),
  url('//at.alicdn.com/t/webfont_x0psfw910r.woff') format('woff'), /* chrome、firefox */
  url('//at.alicdn.com/t/webfont_x0psfw910r.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('//at.alicdn.com/t/webfont_x0psfw910r.svg#NotoSansHans-DemiLight') format('svg'); /* iOS 4.1- */
}

html {
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

body {
  font-size: 14px;
  min-width: 1200px;
  width: 100%;
  overflow-x: hidden;
  position: relative;
  background: #ffffff;
  color: #333333;
  font-family: SourceHanSansCN-Regular,Helvetica Neue,PingFang SC,arial,sans-serif;
}

body, a {
  color: #333333;
}

*, *:after, *::before {
  box-sizing: border-box;
}

/*网站字体颜色*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del,
ins {
  text-decoration: none;
}

ul,
ol,
li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input,
button,
textarea,
select {
  *font-size: 100%;
}

input,
select {
  vertical-align: middle;
}

select,
input,
button,
textarea,
button {
  font: 99% arial, helvetica, clean, sans-serif;
}

table {
  font-size: inherit;
  border-collapse: collapse;
}

pre,
code,
kbd,
samp,
tt {
  font-size: 108%;
  line-height: 100%;
}

input::-webkit-input-placeholder {
  color: #d1d1d1;
}

/*行内标签处理*/
i,
em,
s {
  font-style: normal;
  text-decoration: none;
}

i {
  cursor: pointer;
}

input,
textarea {
  outline: none;
}

textarea {
  resize: none;
}

input[disabled],
button[disabled] {
  border: 1px solid #DDD !important;
  background-color: #F5F5F5 !important;
  color: #ACA899 !important;
}

/*快捷类名*/
.vam {
  vertical-align: middle;
}

.clear {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}

.clearfix:after {
  content: "";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}

p {
  word-spacing: 0;
}

.tr {
  text-align: right;
}

.tl {
  text-align: left;
}

.center {
  text-align: center;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.pa {
  position: absolute;
}

.pr {
  position: relative
}

.fcc {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fbc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*=================常用样式=======================/
/*显示2行标题 */
.cols2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cols3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*标题*/
h1 {
  font-size: 32px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 14px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 10px;
}

.mt10 {
  margin-top: 10px;
}

/* a链接样式 */
a {
  text-decoration: none;
}

a:hover {
  color: #1364A3;
}

a:focus {
  outline: 0;
}

/*顶部广告*/
.topadcs {
  width: 100%;
  margin: 0 auto;
}

.topadcs a img {
  width: 100%;
}

.content {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.content-new {
  width: 1000px;
  margin: 0 auto;
}

/*公用内容样式*/
.news_info p,
.help_info p {
  margin: 15px 0;
  line-height: 26px;
}

.news_info p b,
.help_info p b {
  margin-top: 20px;
  display: inline-block;
  text-indent: 0;
}

.news_info p img,
.help_info p img {
  margin: 0 auto;
}

.news_info img,
.help_info img {
  width: auto;
  max-width: 100%;
}

/*模式1*/
.left {
  width: 240px;
  float: left;
}

.right {
  width: 1200px;
  margin-top: 35px;
}

.h_nav li a:-webkit-any-link {
  display: block;
}

/*面包屑地址*/
.addr {
  height: 60px;
  border-bottom: 1px dashed #CCCCCC;
  overflow: hidden;
}

.addr h3 {
  width: 400px;
  float: left;
  font: 22px "Microsoft YaHei";
  color: #333;
  overflow: hidden;
  line-height: 60px;
}
.addr h4:before {
  content: '1';
  width: 5px;
  height: 12px;
  background: #1364A3;
  margin-right: 10px;
  color: #1364A3;
  font-size: 12px;
}
.addr h4 {
  width: 1200px;
  height: 60px;
  float: right;
  font: 15px "Microsoft YaHei";
  color: #999999;
  line-height: 60px;
}

.addr h4 a {
  color: #999;
}

.addr h4 em a,
.addr h4 a:hover {
  color: #1364A3;
}

/*在线客服*/
.kef {
  position: fixed;
  right: 10px;
  z-index: 999;
  top: 30%;
}

.kef li {
  width: 76px;
  height: 70px;
  background: #1364A3;
  text-align: center;
  margin-bottom: 3px;
  position: relative;
}

.kef li em {
  display: block;
  text-align: center;
}

.kef li img {
  padding-top: 18px;
  height: 40px;
}

.kef li p {
  color: white;
  font-size: 14px;
}

.kef li.tel i {
  position: absolute;
  right: -160px;
  top: 0;
  background: #1364A3;
  display: none;
  height: 66px;
  min-width: 160px;
  transition: all .25s linear;
  font-size: 20px;
  color: #fff;
  line-height: 66px;
}

.kef li.vx i {
  width: 100px;
  height: 100px;
  display: none;
  position: absolute;
  left: -102px;
  top: 0;
}

.kef li.vx i img {
  padding-top: 0;
  width: 0;
  height: 0;
  float: right;
  transition: all .25s linear;
}

.kef li.tel:hover i {
  right: 0;
  z-index: 1;
  display: block;
}
.kef li.tel:hover p {
  display: none;
}

.kef li.vx:hover i {
  display: block;
}

.kef li.vx:hover i img {
  width: 100px;
  height: 100px;
}

/*顶部*/
header .head {
  display: flex;
  justify-content: space-between;
}
header .head-left {
  display: flex;
}
header .head-left img {
  margin: 33px 15px 33px 0px;
  width: 123px;
  height: 61px;
}
header .head-left .l-desc {
    margin: 32px 21px 33px 0;
}
header .head-left .l-desc h2 {
    margin-bottom: 11px;
    font-size: 42px;
    font-weight: bold;
    color: #333333;
    line-height: 42px;
}
header .head-left .l-desc h3 {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 14px;
}
header .head-left .line {
  margin: 51px 24px 50px 0px;
  width: 1px;
  height: 26px;
  background: #E1E1E1;
}
header .head-left .txt .txt-t {
  margin-top: 34px;
  margin-bottom: 14px;
  font-size: 26px;
  font-weight: bold;
  color: #242021;
  line-height: 26px;
}
header .head-left .txt .txt-b {
  margin-bottom: 35px;
  font-size: 18px;
  color: #666666;
  line-height: 18px;
}
header .head-right {
  display: flex;
}
header .head-right img {
  margin-top: 38px;
  margin-right: 9px;
  width: 50px;
  height: 51px;
}
header .head-right .desc {
  margin-top: 36px;
}
header .head-right .desc h3 {
  margin-bottom: 12px;
  font-size: 18px;
  color: #666666;
  line-height: 18px;
}
header .head-right .desc h4 {
  font-size: 18px;
  color: #666666;
  line-height: 18px;
}
header .head-right .kh {
  margin: 38px 16px 45px 10px;
  width: 8px;
  height: 44px;
}
header .head-right .phone {
  margin-top: 30px;
  font-size: 26px;
  color: #1364A3;
}

header .nav {
  position: relative;
  z-index: 99;
  width: 100%;
  height: 55px;
  border-top: 1px solid #E6E6E6;
  text-align: center;
}
header .nav ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
header .nav ul li {
  /*border-top: 2px solid #F2F2F2;*/
  width: 150px;
  height:55px;
  transition: 0.5s;
}
header .nav ul li.cur, header .nav ul li:hover {
  color: #ffffff;
  background-color: #1364A3;
}
header .nav ul li.cur a p, header .nav ul li:hover a p {
  color: #ffffff;
}
header .nav ul li a{
  font-size: 16px;
  color: #333333;
  line-height: 55px;
}
header .nav ul .line {
  margin-top: 20px;
  width: 1px;
  height: 18px;
  background: #E6E6E6;
}

header .nav .search-img {
  position: relative;
  z-index: 100;
  float: right;
  /*margin-left: -50px;*/
  margin-top: -47px;
  width: 24px;
  height: 23px;
  cursor: pointer;
  transition: 0.5s;
}
header .nav .search-img img {
  margin:8px 0px 0px 30px;
  width: 24px;
  height: 23px;
}
header .nav .new-search {
  display: none;
  position: relative;
  transition: 0.5s;
}
header .nav .new-search .close {
  position: absolute;
  top: -10px;
  right: 343px;
  display: inline-block;
  line-height: 15px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  color: #ffffff;
  font-weight: bold;
  background-color: #1364A3;
  text-align: center;
  cursor: pointer;
}
header .nav .new-search .item {
  margin-top: -47px;
  display: flex;
  justify-content: flex-end;
}
header .nav .new-search .item input {
  width: 290px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
}
header .nav .new-search .item input::-webkit-input-placeholder{
  padding-left: 11px;
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  color: #999999;
}
header .nav .new-search .item .icon {
  width: 60px;
  height: 40px;
  background: #1364A3;
}
header .nav .new-search .item .icon img {
  margin: 8px 18px;
  width: 24px;
  height: 23px;
}

/*标题*/
.title {
  padding-top: 61px;
  text-align: center;
  margin-bottom:68px;
}
.title b{
  font-size:36px;
  color: #333333;
  margin-bottom: 17px;
}
.title span{
  display: block;
  font-size: 18px;
  color:#9A9A9A;
  margin-bottom: 15px;
}
.title .bar{
  display: block;
  width: 585px;
  height: 1px;
  background-color: #5A5A5A;
  position: relative;
  left: 308px;
  z-index: 10;
}
.title .bar em{
  width: 84px;
  height: 3px;
  background-color: #c22036;
  position: absolute;
  left: 250px;
  top: -1px;
  z-index: 20;
}
.title .desc{
  display: block;
  margin-top: 12px;
  font-size: 20px;
  color: #5a5a5a;
}

/*底部样式*/
footer {
  width: 100%;
  height: 344px;
  background: url("../img/bottom.jpg") no-repeat;
}
footer .foot-t {
  display: flex;
}
footer .foot-t .logo-b {
  margin-left: 79px;
  margin-top: 25px;
  margin-bottom: 19px;
  width: 99px;
  height: 48px;
}
footer .foot-t p {
  margin-bottom: 29px;
  width: 280px;
  height: 20px;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 20px;
  margin-left:-10px;
}
footer .foot-t .item {
  width: 117px;
}
footer .foot-t .item img {
  width: 91px;
  margin: 13px;
}
footer .foot-t .item p {
  margin-top: 10px;
  width: 117px;
  height: 18px;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 24px;
  text-align: center;
}
footer .foot-t .er {
  display: flex;
  background: url("../img/er-border.png") no-repeat;
  width: 320px;
  height: 117px;
}
footer .foot-t .foot-m {
  margin-top: 77px;
  margin-left: 30px;
}
footer .foot-t .foot-m p {
  margin-bottom: 35px;
  width: 420px;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
}
footer .foot-t .foot-m p a {
  color: #FFFFFF;
}
footer .foot-t .y-line {
  margin: 70px 33px 76px 68px;
  width: 2px;
  height: 154px;
  background: #767676;
}
footer .foot-t .foot-r {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 79px;
  width: 210px;
}
footer .foot-t .foot-r a {
  margin-bottom: 26px;
  margin-left: 40px;
  height: 14px;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 14px;
}
footer .x-line {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 1920px;
  height: 2px;
  background: #000000;
  box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.19);
  opacity: 0.64;
}
footer .foot-all {
  display: flex;
  justify-content: space-between;
}
footer .foot-all p {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 14px;
}
footer .foot-all p a {
  color: #FFFFFF;
}

/*分页*/
.pagination {
  padding: 10px 0;
  text-align: center;
}

.pagination li {
  border-radius: 3px;
  border: 1px solid #dfdfdf;
  display: inline-block;
  margin: 0 2px;
}

.pagination .active {
  background: #1364A3;
  color: #FFF;
  border-color: #1364A3;
  margin: 0 2px;
}

.pagination .disabled {
  color: #aaa;
}

.pagination a {
  border-radius: 3px;
  display: inline-block;
  padding: 5px 12px;
}

.pagination span {
  border-radius: 3px;
  display: inline-block;
  padding: 5px 12px;
}